Welcome![Sign In][Sign Up]
Location:
Search - pascal to c

Search list

[Compress-Decompress algrithmsSPLAY

Description: The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info. -The program is a pascal to C translati on of a program that Kim Kokkonen wrote in Turbo P Akam to implement Splay Trees. This program co mpresses and decompresses files, and does a pretty good job of it. Contents : TP SPLAY.PAS Original source code SPLAY.C Tran slation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are loo king at it Read the comments at the beginning of S PLAY.C for more info.
Platform: | Size: 4670 | Author: 王子秋 | Hits:

[Other resourcefastDNAml_1.2.2p

Description: fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of the PHYLIP 3.3 DNAML program from PASCAL to C. -fastDNAml is an attempt to solve the same pr oblem as DNAML. but to do so faster and using less memory, so that larger trees and / or more bootstrap repl icates become tractable. Much of fastDNAml is m erely a recoding of the program resistant 3.3 DNAML from PASCAL to C.
Platform: | Size: 151338 | Author: ok8848 | Hits:

[ELanguageCompilerPL0

Description: PL0的一个编译器,从pascal改为C的,注释比较详细-PL0 of a compiler from pascal to C, a more detailed Notes
Platform: | Size: 40075 | Author: 孙秀翠 | Hits:

[WEB Code用C语言进行CGI程序设计

Description: 用C语言进行CGI程序设计CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程 序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的 交互, 也就是CGI程序接受Web浏览器发送给 Web服务器的信息,进行处 理,将响应结果再回送给Web服务器及Web浏览器。CGI程序一般完成We b网页中表单(Form)数据的处理、数据库查询和实现与传统应用系统 的集成等工作。CGI程序可以用任何程序设计语言编写,如Shell脚本 语言、Perl、Fortran、Pascal、C语言等。但是用C语言编写的CGI程 序具有执行速度快、安全性高(因为C语言程序是编译执行且不可被修 改)等特点。-C language programming CGI (common gateway interface) provides a Web server call other executable (CGI) interface protocol standards. Web server by calling the CGI program and Web browser interaction, the CGI program is acceptable Web browser to the Web server to send the information, processing, in response to the results sent back to the Web server and Web browsers. CGI We completed procedures in general b page form (Form), data processing, database inquiries and applications to achieve with traditional systems integration work. CGI programs can be written in any programming language, such as Shell scripting language, Perl, Fortran, Pascal, C language. But using the C language implementation of the CGI program is fast, safe (because the C language compiler implementation, as it is no
Platform: | Size: 4508 | Author: 林丰 | Hits:

[ELanguagepascal2c_2.tar.Z

Description: 又一个Pascal 到C的转换器 -Another Converter from Pascal to C
Platform: | Size: 15360 | Author: 站长 | Hits:

[ELanguagePAS2C

Description: PASCAL 源程序转 C 语言源程序-PASCAL C language source to source
Platform: | Size: 138240 | Author: 于忠兴 | Hits:

[AlgorithmIntroduction to Functional Programming with Haskel

Description: Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders are languages. They are to some extent by the command sequence consisting of, in accordance with the strict implementation of the order. Haskell is the language function. Functional programming is a separate expression, expression projections through to implementation. Any use of electronic tabulation of the people function language experience. In the spreadsheet, you can under other units designated to the value of the value of each unit. What is the need to focus, rather than how to calculate.
Platform: | Size: 64512 | Author: jbbao | Hits:

[Compress-Decompress algrithmsSPLAY

Description: The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Original TP source code SPLAY.C Translation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are looking at it Read the comments at the beginning of SPLAY.C for more info. -The program is a pascal to C translati on of a program that Kim Kokkonen wrote in Turbo P Akam to implement Splay Trees. This program co mpresses and decompresses files, and does a pretty good job of it. Contents : TP SPLAY.PAS Original source code SPLAY.C Tran slation of code to C SPLAY.EXE Compiled version of SPLAY.C (small model) README.DOC You are loo king at it Read the comments at the beginning of S PLAY.C for more info.
Platform: | Size: 4096 | Author: 王子秋 | Hits:

[AI-NN-PRfastDNAml_1.2.2p

Description: fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of the PHYLIP 3.3 DNAML program from PASCAL to C. -fastDNAml is an attempt to solve the same pr oblem as DNAML. but to do so faster and using less memory, so that larger trees and/or more bootstrap repl icates become tractable. Much of fastDNAml is m erely a recoding of the program resistant 3.3 DNAML from PASCAL to C.
Platform: | Size: 151552 | Author: ok8848 | Hits:

[ELanguageCompilerPL0

Description: PL0的一个编译器,从pascal改为C的,注释比较详细-PL0 of a compiler from pascal to C, a more detailed Notes
Platform: | Size: 1141760 | Author: 孙秀翠 | Hits:

[ELanguagePASCAL2C

Description: 把pascal程序转成C语言程序 把pascal程序转成C语言程序-pascal procedures to put into C language program pascal procedures to put into C language program put pas cal procedures conversion C Programming Language
Platform: | Size: 353280 | Author: xgx | Hits:

[Scannerupp_T-CMD_Delphi

Description: T-CMD 是一款用 C++ 编写的后门程序,网上已有 C++ 源码发布。 在本人学习 C++ 的时候,顺便把他翻译成了 Pascal 源码,突然感觉以前感到高深莫测的 C++ 也不那么可怕了。特贡献出来,给大家学习 C++ 和 Delphi 的时候,可以参考下代码之间的区别。 本代码仅供学习之用途,不得从事任何不法目的!由此造成的任何后果,由使用者承担!-T-CMD is a used C++ Prepared backdoor program, on-line has been C++ Source release. In my learning C++ Time, the way he translated into Pascal source code, suddenly the feeling was totally unfathomable before the C++ Not so terrible. Special contribute to the U.S. to learn C++ And Delphi, they can refer to the distinction between the code under. The code for learning purposes, shall not engage in any unlawful purpose! For any consequences resulting from the user to bear!
Platform: | Size: 16384 | Author: 王就 | Hits:

[Otherp2c

Description: Pascal 程序 转化为 C 程序的工具-Pascal program into a C program tools
Platform: | Size: 274432 | Author: CrLF0710 | Hits:

[ELanguagepascal

Description: 用c语言实现类Pacal编译器,主要用于模拟Pacal编译过程。-Using c language compiler Pacal category, mainly used to simulate the process of Pacal compiler.
Platform: | Size: 266240 | Author: mark | Hits:

[Windows Developptoc354

Description: pascal to c converter
Platform: | Size: 539648 | Author: solomonleo | Hits:

[ELanguageptoc

Description: 转换 pascal 到C语言 ,-Convert pascal to C language
Platform: | Size: 226304 | Author: fxb | Hits:

[Delphi/CppBuilder123

Description: this was my exercice on pascal to C converter.
Platform: | Size: 34816 | Author: johnnydep | Hits:

[Industry researchHow-to-Program-in-CPP

Description: “MFC的前言”曾经辉煌一时的编程语言工具开发软件商Borland公司在今年4月份更名为Inprise公司,对于广大忠实的Borland追随者来说,这可不是一个好消息。在Dos编程时代Turbo Pascal,Borland C++是最好的开发工具,Borland公司也曾名列美国五大软件公司之列,可到了Windows时代,微软凭借操作系统的优势终于占了统治地位,Borland的大批人员也跳槽加入了微软(Borland Delphi的主设计师成了Microsoft Visual J++的项目负责人),所以不用奇怪Microsoft的Visual C++汲取了各家技术之长,包括Borland,Phar-lap等著名公司,Visual C++成了Windows时代最流行的商用开发语言。Windows的开发也走向成熟,早期Windows编程只能用C语言,需要一段一段地重复调用复杂的Windows API,写冗长的消息处理Switch语句,现在大部分开发人员都使用C++进行Windows编程,工具开发商也将Windows API和必要的资料封装到一个个C++类库之中,构成所谓“应用程序框架”(Application Framework),开发人员可以使用它更高效地进行编程,这好比登高楼时用上了电梯,而原来只能辛辛苦苦一步一步慢慢爬,现在用电梯可以上得更快,上得更高,上得更轻松。 -"MFC introductive" Once flourishing programming language tool developed software vendors Borland company in April this year Renamed Inprise company, for the faithful followers Borland, 2006-it s not Is a good news. Turbo in Dos programming era Borland c++ is best, Pascal Development tools, Borland company also has five software company in the USA, but to the list The Windows era, with the advantage of Microsoft operating system of the dominant, finally The large number of workers also job-hopping Borland Borland Delphi joined Microsoft (the main designer The J++ became Microsoft Visual project principal), so no wonder Microsoft The Visual c++ derive the technology of long, including their Borland Phar lap, the famous- The company, Visual c++ became the most popular Windows era commercial development language. Windows development and maturity, the early Windows programming can only use C language ?
Platform: | Size: 922624 | Author: liyang | Hits:

[ELanguageptoc-3.54.tar

Description: Pascal to C (Windows Text)
Platform: | Size: 258048 | Author: Will | Hits:

[Internet-NetworkC语言转换为Pascal语言转换器  

Description: 此软件可以把pascal转换成C语言,使一些对于别的语言看不懂的人获得解救!(Converting Pascal to C)
Platform: | Size: 28672 | Author: 水天海冥 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net